projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dd455e
)
Don't include <string.h> when configuring.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Apr 1998 03:21:19 +0000
(
03:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Apr 1998 03:21:19 +0000
(
03:21
+0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index 17162ca37e057dfbe4d1b042e573de32190785cf..a1bb4c7a007fc1f6b9fa6ca51d0c793fb786f5b3 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-405,6
+405,9
@@
extern char *getenv ();
#define BITS_PER_LONG 32
#endif
+/* Don't include <string.h> during configure. */
+#ifndef NOT_C_CODE
#ifdef HAVE_STRING_H
#include "string.h"
#endif
+#endif